Skip to main content
POST
Upload Public File to Local Storage

Headers

x-api-key
string
required
X-File-Type
string
required

MIME type of the file. Must be a valid MIME type.

X-File-Name
string
required

URI encoded file name.

X-Environment-ID
string
required

ID of the environment.

X-Signature
string
required

Signature for verifying the request.

X-UUID
string
required

Unique identifier for the signed upload.

X-Timestamp
string
required

Timestamp used for the signature.

Body

multipart/form-data
file
file
required

The file to be uploaded as a valid file object (buffer).

Response

OK - File uploaded successfully.

data
object